home *** CD-ROM | disk | FTP | other *** search
/ Dream Season 1996 - Flor…a's National Championship / Florida's National Championship on CD-ROM - Dream Season 1996.iso / mac / Dream Season '96 / Dream Season '96.DXR / 00004_main menu scripts.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  312 b   |  9 lines

  1. on ScoreBoardVideoOn s
  2.   global gVIDEOSPRITE
  3.   set fName to MakePath("MAINMENU:" & s & ".MOV")
  4.   if the fileName of cast the number of cast "ScoreBoardVideo" <> fName then
  5.     set the fileName of cast the number of cast "ScoreBoardVideo" to fName
  6.   end if
  7.   set the visible of sprite (gVIDEOSPRITE + 1) to 1
  8. end
  9.